You can delete a specific tenant.
Note
For more information on syntax and command examples, see the ExtremeCloud Orchestrator Command Reference, 3.6.0 .(efa:root)root@node-2:~# efa tenant delete --name tenant11 Tenant deleted successfully. --- Time Elapsed: 233.713805ms ---
The following example deletes a specified tenant even when the EPG is associated with tenant:
(efa:root)root@node-2:~# efa tenant delete --name tenant11 --force Tenant delete with force will delete associated Vrfs, EndpointGroups and PortChannels. Do you want to proceed (Y/N): y Tenant deleted successfully. --- Time Elapsed: 1.999257174s ---